#! /bin/bash

# Author: Faisal Abu-Nimeh
# Mod Date: 20140306
# Description: (runs on DAQ workstation(s) via apple remote desktop) run cobo-frame-viewer on mm*. Kills previous instances of this process.


myIP=`ifconfig en0|grep 'inet '|cut -d ' ' -f 2`
#echo IP is $myIP
sdir=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd)
source $sdir/GETUP

killall cobo-frame-viewer
cd $sdir/runtime
cobo-frame-viewer
